home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / daolibb / daoprops.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-18  |  1.3 KB  |  56 lines

  1. #if !defined(AFX_DAOPROPSHEET_H__5826F27A_7422_11D2_916E_F46A46000000__INCLUDED_)
  2. #define AFX_DAOPROPSHEET_H__5826F27A_7422_11D2_916E_F46A46000000__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // DaoPropSheet.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDaoPropSheet
  12.  
  13.  
  14. class CDaoPropSheet : public CPropertySheet, public DaoWindow
  15. {
  16.     DECLARE_DYNAMIC(CDaoPropSheet)
  17.     CButton button;
  18.     bool isdirty;
  19.  
  20. // Construction
  21. public:
  22.     CDaoPropSheet(LPCTSTR pszCaption = 0, LPCSTR s = 0, bool a = false, CWnd* pParentWnd = NULL);
  23.  
  24. // Attributes
  25. public:
  26.     bool modif;
  27. // Operations
  28. public:
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CDaoPropSheet)
  33.     public:
  34.     virtual BOOL OnInitDialog();
  35.     virtual int DoModal();
  36.     //}}AFX_VIRTUAL
  37.  
  38. // Implementation
  39. public:
  40.     bool Execute();
  41.     virtual ~CDaoPropSheet();
  42.  
  43.     // Generated message map functions
  44. protected:
  45.     //{{AFX_MSG(CDaoPropSheet)
  46.     //}}AFX_MSG
  47.     DECLARE_MESSAGE_MAP()
  48. };
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_DAOPROPSHEET_H__5826F27A_7422_11D2_916E_F46A46000000__INCLUDED_)
  56.